
@media (max-width:1200px){
    .about .row .img-part .img-box::before,.about .row .img-part .img-box::after{
        display: none;
    }
    .about .row .img-part .img-box img{
        height: 100%;
    }
    .about .row .img-part .img-box{
        margin: 0;
        border: 5px solid #f2f2f2;
    }
    .about .row .img-part .img-box, .about .row .img-part .img-box img{
        border-radius: 30px;
       
    }
}

